[]
Determines whether the item at fromIndex can be moved to toIndex.
public override bool CanMoveRange(int fromIndex, int count, int toIndex)
Public Overrides Function CanMoveRange(fromIndex As Integer, count As Integer, toIndex As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | fromIndex | The original index. |
| int | count | The number of items to be moved. |
| int | toIndex | The destination index. |
| Type | Description |
|---|---|
| bool |